Skip to main content

DescribeAssetDetailByUuids

Description

call the DescribeAssetDetailByUuids to query the details of the asset (ECS server).

Request Method

POST

Request Path

/apsara/route/Sas/DescribeAssetDetailByUuids

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
UuidsBODYstringYes0687b17f-2a36-4e5c-b3d9server list.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
ClientStatusstringonlineAgent client status. Valid values include: online: online offline: offline
OSstringlinuxthe operating system type of the server asset.
RequestIdstring92016EC8-D52D-49D8-9FF7-9EA340A950B9the unique identifier generated by alibaba cloud for this request.
InstanceIdinteger1312332131instance ID of the asset.
Ipstring10.10.10.10the public network IP of the server, same as InternetIp.
OsNamestringCentOS 7.6 64 bitsthe operating system name of the server asset.
IntranetIpstring10.10.10.10the private IP of the server.
InstanceNameinteger11the instance name of the asset.
AssetTypestring0type of asset. the unique value is 0, indicates an ECS server.
Uuidstring01111-asdad-assduuid of the server.
InternetIpstring10.10.10.10the public network IP of the server.
RegionNamestringNorth China 5 (Hohhot)the name of the region where the server is located.
Regionstringcn-huhehaote-123-323the region where the server is located.
AssetListarrayNo sample value for this parameter.returned asset details.
VpcInstanceIdstring13231-331331VPC instance ID.

Example

Successful Response example

{
"ClientStatus":"online",
"OS":"linux",
"RequestId":"92016EC8-D52D-49D8-9FF7-9EA340A950B9",
"InstanceId":"1312332131",
"Ip":"10.10.10.10",
"OsName":"CentOS 7.6 64 bits",
"IntranetIp":"10.10.10.10",
"InstanceName":"11",
"AssetType":"0",
"Uuid":"01111-asdad-assd",
"InternetIp":"10.10.10.10",
"RegionName":"North China 5 (Hohhot)",
"Region":"cn-huhehaote-123-323",
"AssetList":"",
"VpcInstanceId":"13231-331331"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}